Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixColumnCollection Class / Insert Method / Insert(Nullable<Int32>[],Int32) Method
The column cells value array.
The zero-based index at which column should be inserted.

In This Topic
    Insert(Nullable<Int32>[],Int32) Method
    In This Topic
    Inserts a new OMathMatrixColumn into the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal cellsValue() As System.Nullable(Of Integer), _
       ByVal index As System.Integer _
    ) As OMathMatrixColumn
    public OMathMatrixColumn Insert( 
       System.Nullable<int>[] cellsValue,
       System.int index
    )

    Parameters

    cellsValue
    The column cells value array.
    index
    The zero-based index at which column should be inserted.

    Return Value

    The inserted OMathMatrixColumn.
    See Also